AuthenticationResult

open class AuthenticationResult : Parcelable

This class holds the details for the result of the authentication process.

Parameters

resultType

The authentication process outcome type.

Functions

toString
Link copied to clipboard
open override fun toString(): String

Properties

resultType
Link copied to clipboard
val resultType: ResultType
The authentication process outcome type.

Inheritors

AuthenticationError
Link copied to clipboard